八八字典>英语词典>map collection翻译和用法

map collection

英 [mæp kəˈlekʃn]

美 [mæp kəˈlekʃn]

网络  地图资料

英英释义

noun

双语例句

  • The completion of the foundation buried stone heads, four measurements, a flat wire measurement, substandard level of measurement, map the root control field data collection and data editing.
    完成了基础埋石、首级四等测量、一级平面导线测量、等外水准测量、图根控制等野外数据采集以及数据编辑工作。
  • In this paper three main approaches to obtain spatial information with SIS are presented. They are map data collection, RS data collection and GPS data collection. The integration between RS and GIS, and the integration between GPS and GIS are also described here.
    简要介绍了空间信息系统(SIS)获取空间信息数据的三种最主要的方法:地图数据采集、遥感(RS)数据采集和GPS数据采集,并介绍了RS与GIS、GPS与GIS的集成。
  • To place the markers onto the map, you first fetch the collection of courses from the server-side component through a remote method call.
    要在地图上放上标记,首先要通过远端方法调用从服务器端组件获取球场集。
  • I then append a new collection onto factors generated by the map() function on the factors list applying the code to generate the symmetrical ( the matching factor above the square root) list.
    然后我将一个新的集合附加至由factor列表中的map()函数生成的factor上,应用此代码生成对称的(平方根上方匹配的因子)列表。
  • Similarly, the rows represent Clojure's built-in collection types: list, vector, map, and set.
    同样,行表示Clojure的内置集合类型:list、vector、map和set。
  • With the book/ author situation, you need to map several elements each author element in the XML document into a collection, and then assign that collection to the Authors property of Book.
    为了映射图书和作者的关系,需要把几个元素(XML文档中的每个author)映射到一个集合,然后把这个集合分配给Book的Authors属性。
  • There are several costs to card marking – additional space for the card map, additional work to be done on each pointer store, and additional work to be done at garbage collection time.
    卡片标记有几项开销――卡片映射所需的额外空间、对每一个指针存储所做的额外工作,以及在垃圾收集时做的额外工作。
  • Map is a wonderful collection, bringing us the niftiness of key/ value pair collections often found in other languages like Perl.
    Map是很好的集合,为我们带来了在其他语言(比如Perl)中经常可见的好用的键/值对集合。
  • I then proceed to define a list, populate it, and call my newly defined def. Next, I create a map and do the same thing for that collection.
    然后我定义一个list,填充它,并调用我新定义的def。之后,我创建一个map,并对这个集合做了同样的操作。
  • As you can see, iterating over a Map is just as natural as iterating over any other collection.
    可以看到,迭代Map和迭代其它任何集合一样自然。